object ImportFrm: TImportFrm Left = 200 Top = 108 ActiveControl = Button1 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle ClientHeight = 196 ClientWidth = 278 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 8 Width = 260 Height = 29 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object RadioGroup1: TRadioGroup Left = 12 Top = 44 Width = 255 Height = 88 HelpContext = 164 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object Button1: TButton Left = 115 Top = 163 Width = 72 Height = 22 HelpContext = 49 Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 195 Top = 163 Width = 72 Height = 22 HelpContext = 44 Cancel = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button2Click end object CheckBox1: TCheckBox Left = 12 Top = 138 Width = 261 Height = 17 HelpContext = 55 Checked = True State = cbChecked TabOrder = 3 end end